gestureclick: Don't use threshold for touch
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Apr 2023 19:31:03 +0000 (15:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Apr 2023 21:57:14 +0000 (17:57 -0400)
commitc0fa9e80aa63391b8fc5df3ac9fa5c23b44f6ee5
treed5b3c553155e6946d0cc5cea30aacdce08b74467
parent99251c0c8fd98ba7ffb36999a374327b67f27fc3
gestureclick: Don't use threshold for touch

When determining double-clicks, don't use the distance
threshold for touch events. It is very hard to double
touch reliably within a few pixels of the same position.

Fixes: #5580
gtk/gtkgestureclick.c